home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-30 | 791 b | 35 lines | [04] ASCII Text (0x0000) |
- ; File: E16.StdFile
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- badPromptDesc GEQU $1701
- badOrigNameDesc GEQU $1702
- badReplyNameDesc GEQU $1704
- badReplyPathDesc GEQU $1705
- badCall GEQU $1706
- noDisplay GEQU $0000 ; file not to be displayed
- noSelect GEQU $0001 ; file displayed, but not selectable
- displaySelect GEQU $0002 ; file displayed and selectable
- sfWildAuxType GEQU $8000
- sfMatchFileType GEQU $8000
- sfWildFileType GEQU $4000
- sfMatchAuxType GEQU $4000
- sfDisplayGrey GEQU $2000
- ; offset constants for SFReplyRec
- ogood GEQU 0
- ofileType GEQU 2
- oauxFileType GEQU 4
- ofilename GEQU 6
- ofullPathname GEQU 22
- ; offset constants for SFReplyRec2
- ;ogood GEQU 0
- ;ofileType GEQU 2
- oauxType GEQU 4
- onameRefDesc GEQU 8
- onameRef GEQU 10
- opathRefDesc GEQU 14
- opathRef GEQU 16
-